home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Shareware World / Sound & Music / MPecker Drop Decoder 1.3.3 / MPecker Drop Decoder 1.3.3.doc next >
Text File  |  1998-11-02  |  6KB  |  80 lines

  1. Mpecker Drop Decoder Version 1.3.3
  2.  
  3. Copyright © 1998 @Soft, Inc. - All Rights Reserved
  4.  
  5. Updates when released are available at http://www.anime.net/~go/mpeckers.html
  6. I can be reached VIA email at rafaelwl@sumter.net
  7.  
  8. What is this Program?
  9. Very simply, it is a program to automatically convert any mpeg-1 or MPEG-2 LSF layer 1, layer 2 or layer 3 audio file into an AIFF file.  
  10.  
  11. It should correctly recognize and decode all ISO-standard mpeg audio files, and is for PowerPC MacOS machines only.
  12.  
  13. How Do I Use It?
  14. Simply drag your mpeg audio file onto the icon and off goes the program. Have lots of disk space handy, as each minute of audio can occupy as much as 10 MB of disk space!
  15.  
  16. The decodes are placed in the same folder as the original unless you specify otherwise.  To change the destination, double click on the icon and a preferences menu will appear.  You can also change the creator type of the destination file here as well.
  17.  
  18.  
  19. Changes This Release
  20. 1.3.3 - Added support for decoding to Sound Designer II files, fixed the stupid header seek, and changed the huffman error handling routines.
  21.  
  22. 1.3.2 - I have been hard at work trying to perfect the MPEG-2 layer 2 encoding and decoding routines, and I have accomplished this task!  Now correctly decodes MPEG-2 layer 2 files.
  23.  
  24. 1.3.1 - Fixes a bug that was supposed to improve synchronization, but really just muffed it up.  Thanks to Igor Boronenkov for helping me squash this bug.
  25.  
  26. 1.3 - I have been scanning the internet lately, and have found quite a few mpeg encoded files which my decoder just would not decode.  Either there were non-standard headers (all kinds of creations from different people out there), or the new ID3v2 headers (kind of a standard I guess), or there were synchronization or frame errors, because either the encoder screwed things up during encoding, or bytes were lost or changed somewhere in cyberspace.
  27.  
  28. This version will display the type and number of errors it encounters as it decodes, and will try to recover from these errors and continue to decode if possible.  I have tried to make error recovery as robust as possible, and the results sound better than many current mpeg players out there.  I think you will agree.
  29.  
  30. An error in the input file may or may not produce noticeable distortion or spurious noise in the destination file.  Certainly, as errors pile up, the sound quality will suffer, much like scratches on an LP (for those of you old enough to know what an LP is).  Using this information, you can decide whether or not you want to keep the file, or try to find a file with fewer (no?) errors.  
  31.  
  32. Disclaimer/Distribution Rights
  33. This archive and its complete contents may be distributed to any end-user,  as long as there is no charge for it.  It may not be included in any  commercial or "shareware" software release without express, written, non-electronic consent from the author.
  34.  
  35. Permission is given for distribution on freeware/shareware CD archives as long as: 
  36.     (1) The archive compilation is made and sold on a non-profit basis;
  37.     (2) No modifications are made to the archive or it's contents; and
  38.     (3) A copy of the CD archive is forwarded at no cost to the author.
  39.     
  40. The archive may also be included on CD archives distributed by magazine publishers, provided that:
  41.     (1) No modifications are made to the archive or it's contents; and
  42.     (2) A copy of both the magazine and the CD archive are forwarded at no cost to the author.
  43.  
  44. Please do not write me asking for permission to distribute this program in any fashion other than that mentioned above.
  45.  
  46. No warranties or guarantees, either expressed or implied, are made with regard to this program, or its output or performance.  The end-user accepts this program as is, and use of the program indicates an acceptance of responsibility for any damage occuring as a result of this use.  
  47.  
  48. The user of this program accepts responsibility for obeying all applicable copyright law.
  49.  
  50. Many thanks to Kyle de Graaf for the icons for the decoder.  His web site at http://www.cbd.net/kdegraaf/mp3.html has the latest mpeg news and many useful other mpeg audio utilities.
  51.  
  52.  
  53. Left To Do
  54. Decode to PCM, WAV, .snd
  55. Speed things up.
  56.  
  57. Version History
  58. 1.3.3 - 1) Added ability to decode to Sound Designer II files.
  59.             2) More header fixes.
  60.             3) Zeroed huffman errors when they occur.
  61. 1.3.2 - 1) Fixed (Really!) MPEG-2 Layer II decoding routines
  62. 1.3.1 -  1) Recompiled using CW Pro Release 3
  63.              2) Fixed preflight header searching (Thanks to Igor Boronenkov)
  64. 1.3 -  1) Recognizes and skips past ID3v2 headers
  65.           2) MUCH more robust error correction
  66.           3) Extended preflight search for proper synchronization
  67. 1.2.2 - 1) Fix a bug which caused the decoder to crash when switching from a mono file to a stereo file.
  68.             2) More robust header removal routines.
  69. 1.2.1 - 1) Reverted back to old huffman decoding routines as new ones seem to have a slight problem.
  70. 1.2 - 1) Double clicking on the icon now brings up a preferences window for selecting a destination for your decodes.
  71.       2) File creator can also be specified in the preferences menu.
  72.       3) Now can queue up to 256 decodes (for those of you with *really* phat HDs).
  73.       4) More decoding optimizations for layer III.
  74. 1.1 - 1) Fixed a decoding bug. (Sorry.)
  75.       2) Changed the interface.
  76.       3) Miscellaneous optimizations.
  77. 1.0.2 - 1) Another non-standard header fix, thanks Kyle de Graaf once again.
  78. 1.0.1 - 1) Fixed some clipping/amplification problems found by David Renelt, thanks.
  79.         2) Chop those annoying headers off of SWA files - thanks, Kyle de Graaf.
  80. 1.0 - Initial Release